home *** CD-ROM | disk | FTP | other *** search
- Pclta-1.9.tgz:
-
- A driver for the Echelon PCLTA card which allows to connect
- a linux host to a Local Operating Network (LON). The driver
- is implemented as a loadable module for easy installation.
- Echelon hostappl demo is include for testing purpose.
-
- Installation:
-
- Just follow the different steps in order to install the pclta driver.
-
- cd pclta
- make # compile module
- su - # become super user
- insmod pclta.o # insert module, maybe add to line
- # base_io=0xXXX major=YY
- # if you don't like defaults (0x200, 40)
- lsmod # check if module is installed
- mknod /dev/pclta c 40 0 # create device file, replace 40 with
- # the major number used with insmod
- exit # stop being super user
-
- cd ../hostappl
- make # compile hostappl demo
- ./ha # test pclta card
-
-